The only nontrivial normal subgroups of $A_5 \times A_5$ are $A_5 \times 1$ and $1\times A_5$.
What are the normal subgroups of $(A_5 \times A_5) \rtimes C_2$? Is $A_5 \times A_5$ the only (nontrivial) one?
In general, if $G$ is a nonabelian simple group, I think the only normal subgroups of $G^n$ are the subgroups of the form $H_1 \times \cdots \times H_n$, where each $H_i$ is either $1$ or $G$. What are the normal subgroups of $G^n \rtimes S_n$?
1st Update: I just asked GAP and apparently there are four non-trivial normal subgroups of $(A_5 \times A_5) \rtimes C_2$. Besides the obvious one, $A_5\times A_5$, there are two isomorphic to $A_5$, and one isomorphic to $S_5$. (See GAP code below.) (wrong!)
2nd Update: As SteveD noticed, there was a bug in my GAP code, so I've deleted it. The group I had chosen for $C_2$ actually normalized the second $A_5$ factor, so the resulting group was isomorphic to $S_5\times A_5$, instead of $(A_5 \times A_5) \rtimes C_2$, which explains why I found the normal subgroups mentioned above. (SteveD provides alternative GAP code in his answer below.)
If your action of $C_2$ is non-trivial, there are only the obvious three: trivial subgroup $\lbrace 1\rbrace$; whole group $G$; and the $A_5\times A_5$ subgroup.
To see this, let $H=A_5\times A_5$ and $K$ be a copy of the $C_2$. If $N$ is a normal subgroup of your group, then $N\cap H$ is a normal subgroup of both $H$ and $G$. Because it is normal in $H$ - and $H$ is semisimple - $N\cap H$ is either all of $H$; trivial; or one of the $A_5$ factors. If it's all of $H$, that case is easy. If it's trivial, then $N$ is a conjugate of $K$, and that can't happen. If it's just one $A_5$ factor, it won't be normalized by $K$, contradicting that $N\cap H$ is normal in $G$.
I am unclear on what GAP code you used, but the following works for me: