diff --git a/resources/systems/haiku/es_find_rules.xml b/resources/systems/haiku/es_find_rules.xml
index 9dc7703bf..93a019780 100644
--- a/resources/systems/haiku/es_find_rules.xml
+++ b/resources/systems/haiku/es_find_rules.xml
@@ -23,4 +23,13 @@
             <entry>/boot/system/apps/PPSSPP/PPSSPP</entry>
         </rule>
     </emulator>
+    <emulator name="SCUMMVM">
+        <!-- ScummVM game engine -->
+        <rule type="systempath">
+            <entry>ScummVM</entry>
+        </rule>
+        <rule type="staticpath">
+            <entry>/boot/system/apps/ScummVM</entry>
+        </rule>
+    </emulator>
 </ruleList>
\ No newline at end of file
diff --git a/resources/systems/haiku/es_systems.xml b/resources/systems/haiku/es_systems.xml
index 08ae4057e..33f1d0e0e 100644
--- a/resources/systems/haiku/es_systems.xml
+++ b/resources/systems/haiku/es_systems.xml
@@ -19,4 +19,13 @@
         <platform>psp</platform>
         <theme>psp</theme>
     </system>
+    <system>
+        <name>scummvm</name>
+        <fullname>ScummVM Game Engine</fullname>
+        <path>%ROMPATH%/scummvm</path>
+        <extension>.scummvm .SCUMMVM .svm .SVM</extension>
+        <command label="ScummVM (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_SCUMMVM% %BASENAME%</command>
+        <platform>scummvm</platform>
+        <theme>scummvm</theme>
+    </system>
 </systemList>
\ No newline at end of file