Merge pull request #77520 from thefloweringash/libretro-snes9x-src
libretro.snes9x: 29b78d -> 04692e
This commit is contained in:
commit
d7627dd2df
|
@ -786,10 +786,11 @@ in with stdenv.lib.licenses;
|
||||||
|
|
||||||
snes9x = (mkLibRetroCore rec {
|
snes9x = (mkLibRetroCore rec {
|
||||||
core = "snes9x";
|
core = "snes9x";
|
||||||
src = fetchRetro {
|
src = fetchFromGitHub {
|
||||||
|
owner = "snes9xgit";
|
||||||
repo = core;
|
repo = core;
|
||||||
rev = "29b78df8c9f0f48ed4605d08a187a134b3b316d6";
|
rev = "04692e1ee45cc647423774ee17c63208c2713638";
|
||||||
sha256 = "004h1pkxvbn4zlh8bqs6z17k04jw5wzbwklpgvmb7hbxshsi4qid";
|
sha256 = "09p9m85fxwrrrapjb08rcxknpgq5d6a87arrm1jn94r56glxlcfa";
|
||||||
};
|
};
|
||||||
description = "Port of SNES9x git to libretro";
|
description = "Port of SNES9x git to libretro";
|
||||||
license = "Non-commercial";
|
license = "Non-commercial";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user