diff --git a/es-core/src/utils/FileSystemUtil.cpp b/es-core/src/utils/FileSystemUtil.cpp
index 66bbaf729..3b3b6cf9c 100644
--- a/es-core/src/utils/FileSystemUtil.cpp
+++ b/es-core/src/utils/FileSystemUtil.cpp
@@ -276,7 +276,7 @@ namespace Utils
 
             for (auto it = pathList.cbegin(); it != pathList.cend(); ++it) {
                 Utils::Platform::runSystemCommand("flatpak-spawn --host which " + *it + "/" +
-                                                  executable + " > " + tempFile);
+                                                  executable + " > " + tempFile + " 2>/dev/null");
                 std::ifstream tempFileStream;
                 tempFileStream.open(tempFile);
                 getline(tempFileStream, emulatorPath);