rezipped
The savestates are compressed in the GZIP format, which can compress only one byte stream. ZIP is similar to that, but adds some internal structure to allow storing several files with all their attributes in it.
The GZIP library can handle uncompressed files, so (as KingMike said) you don't need to recompress them.