diff --git a/es-app/src/guis/GuiGamelistOptions.cpp b/es-app/src/guis/GuiGamelistOptions.cpp
index 616b66590..d3e368cb0 100644
--- a/es-app/src/guis/GuiGamelistOptions.cpp
+++ b/es-app/src/guis/GuiGamelistOptions.cpp
@@ -363,7 +363,7 @@ void GuiGamelistOptions::openMetaDataEd()
 
         // Update all collections where the game is present.
         if (file->getType() == GAME)
-            CollectionSystemsManager::get()->refreshCollectionSystems(file);
+            CollectionSystemsManager::get()->refreshCollectionSystems(file, true);
 
         file->getSystem()->sortSystem();
         mWindow->invalidateCachedBackground();