1# ScummVM libretro core 2 3This is developer documentation about the ScummVM libretro core. 4 5## Updating 6 7When updating ScummVM, it's important to rebuild [scummvm.zip](aux-data/scummvm.zip) so that any auxiliary data is bundled in. The compile the new scummvm.zip, run the following command: 8 9``` 10cd backends/platform/libretro/aux-data 11./bundle_aux_data.bash 12``` 13