summary refs log tree commit diff
path: root/pkgs/misc/emulators/retroarch/cores.nix
diff options
context:
space:
mode:
authorChristoph Hrdinka <c.github@hrdinka.at>2017-02-11 13:49:33 +0100
committerChristoph Hrdinka <c.github@hrdinka.at>2017-02-11 13:49:33 +0100
commitc4a47bdb5e5c17e93b3be0f0257b919e8892231e (patch)
treec1ac1cfc51f11119eee799002e6aa915064bbf10 /pkgs/misc/emulators/retroarch/cores.nix
parentdc75530f262f8d0ad6190e44c7271803516587b5 (diff)
downloadnixpkgs-c4a47bdb5e5c17e93b3be0f0257b919e8892231e.tar
nixpkgs-c4a47bdb5e5c17e93b3be0f0257b919e8892231e.tar.gz
nixpkgs-c4a47bdb5e5c17e93b3be0f0257b919e8892231e.tar.bz2
nixpkgs-c4a47bdb5e5c17e93b3be0f0257b919e8892231e.tar.lz
nixpkgs-c4a47bdb5e5c17e93b3be0f0257b919e8892231e.tar.xz
nixpkgs-c4a47bdb5e5c17e93b3be0f0257b919e8892231e.tar.zst
nixpkgs-c4a47bdb5e5c17e93b3be0f0257b919e8892231e.zip
libretro: add mednafen-saturn core
Diffstat (limited to 'pkgs/misc/emulators/retroarch/cores.nix')
-rw-r--r--pkgs/misc/emulators/retroarch/cores.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/misc/emulators/retroarch/cores.nix b/pkgs/misc/emulators/retroarch/cores.nix
index 259a6007975..775fc21a3db 100644
--- a/pkgs/misc/emulators/retroarch/cores.nix
+++ b/pkgs/misc/emulators/retroarch/cores.nix
@@ -170,6 +170,18 @@ in
     buildPhase = "make";
   };
 
+  mednafen-saturn = (mkLibRetroCore rec {
+    core = "mednafen-saturn";
+    src = fetchRetro {
+      repo = "beetle-saturn-libretro";
+      rev = "bb5d0c126feb25cf980f5cc1fc57d6a5a6f6e7ab";
+      sha256 = "0bnsdy27378b71y6aa65k4jxxy2xw6ky2ici3z53hkky2jnnjq0b";
+    };
+    description = "Port of Mednafen's Saturn core to libretro";
+  }).override {
+    buildPhase = "make";
+  };
+
   mupen64plus = (mkLibRetroCore rec {
     core = "mupen64plus";
     src = fetchRetro {