diff --git a/es-app/assets/Windows_Portable_README.txt b/es-app/assets/Windows_Portable_README.txt
index 77ce029ac..2b8335929 100644
--- a/es-app/assets/Windows_Portable_README.txt
+++ b/es-app/assets/Windows_Portable_README.txt
@@ -87,6 +87,7 @@ Emulators\simple64\simple64-gui.exe
Emulators\snes9x\snes9x-x64.exe
Emulators\solarus\solarus-run.exe
Emulators\SSF\SSF.exe
+Emulators\Stella\64-bit\Stella.exe
Emulators\Supermodel\Supermodel.exe
Emulators\Triforce\DolphinWX.exe
Emulators\tsugaru\Tsugaru_CUI.exe
diff --git a/resources/systems/macos/es_find_rules.xml b/resources/systems/macos/es_find_rules.xml
index d9d20d7a5..2b1aa3375 100644
--- a/resources/systems/macos/es_find_rules.xml
+++ b/resources/systems/macos/es_find_rules.xml
@@ -300,6 +300,14 @@
/Applications/Steam.app/Contents/MacOS/steam_osx
+
+
+
+ /Applications/Stella.app/Contents/MacOS/Stella
+ /opt/homebrew/bin/Stella
+ /usr/local/bin/Stella
+
+
diff --git a/resources/systems/macos/es_systems.xml b/resources/systems/macos/es_systems.xml
index 607c0363c..d14075be7 100644
--- a/resources/systems/macos/es_systems.xml
+++ b/resources/systems/macos/es_systems.xml
@@ -150,6 +150,7 @@
.a26 .A26 .bin .BIN .7z .7Z .zip .ZIP
%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/stella_libretro.dylib %ROM%
%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/stella2014_libretro.dylib %ROM%
+ %EMULATOR_STELLA% %ROM%
%EMULATOR_ARES% --fullscreen --system "Atari 2600" %ROM%
atari2600
atari2600
diff --git a/resources/systems/unix/es_find_rules.xml b/resources/systems/unix/es_find_rules.xml
index 9289d9f98..aa822ca29 100644
--- a/resources/systems/unix/es_find_rules.xml
+++ b/resources/systems/unix/es_find_rules.xml
@@ -658,6 +658,17 @@
steam
+
+
+
+ stella
+ io.github.stella_emu.Stella
+
+
+ /var/lib/flatpak/exports/bin/io.github.stella_emu.Stella
+ ~/.local/share/flatpak/exports/bin/io.github.stella_emu.Stella
+
+
diff --git a/resources/systems/unix/es_systems.xml b/resources/systems/unix/es_systems.xml
index f75a01fff..2bba368f2 100644
--- a/resources/systems/unix/es_systems.xml
+++ b/resources/systems/unix/es_systems.xml
@@ -155,6 +155,7 @@
.a26 .A26 .bin .BIN .7z .7Z .zip .ZIP
%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/stella_libretro.so %ROM%
%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/stella2014_libretro.so %ROM%
+ %EMULATOR_STELLA% %ROM%
%EMULATOR_ARES% --fullscreen --system "Atari 2600" %ROM%
atari2600
atari2600
diff --git a/resources/systems/windows/es_find_rules.xml b/resources/systems/windows/es_find_rules.xml
index 94d841e0a..36e37e066 100644
--- a/resources/systems/windows/es_find_rules.xml
+++ b/resources/systems/windows/es_find_rules.xml
@@ -720,6 +720,17 @@
D:\Program Files (x86)\Steam\steam.exe
+
+
+
+ Stella.exe
+
+
+ %ESPATH%\Emulators\Stella\64-bit\Stella.exe
+ %ESPATH%\Stella\64-bit\Stella.exe
+ %ESPATH%\..\Stella\64-bit\Stella.exe
+
+
diff --git a/resources/systems/windows/es_find_rules_portable.xml b/resources/systems/windows/es_find_rules_portable.xml
index a2a462d47..6a39dd35d 100644
--- a/resources/systems/windows/es_find_rules_portable.xml
+++ b/resources/systems/windows/es_find_rules_portable.xml
@@ -496,6 +496,14 @@
D:\Program Files (x86)\Steam\steam.exe
+
+
+
+ %ESPATH%\Emulators\Stella\64-bit\Stella.exe
+ %ESPATH%\Stella\64-bit\Stella.exe
+ %ESPATH%\..\Stella\64-bit\Stella.exe
+
+
diff --git a/resources/systems/windows/es_systems.xml b/resources/systems/windows/es_systems.xml
index 4ecc9b5f8..a709aa6cf 100644
--- a/resources/systems/windows/es_systems.xml
+++ b/resources/systems/windows/es_systems.xml
@@ -157,6 +157,7 @@
.a26 .A26 .bin .BIN .7z .7Z .zip .ZIP
%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\stella_libretro.dll %ROM%
%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\stella2014_libretro.dll %ROM%
+ %EMULATOR_STELLA% %ROM%
%EMULATOR_ARES% --fullscreen --system "Atari 2600" %ROM%
atari2600
atari2600