Skip to content

Commit

Permalink
libretro.nestopia: 0-unstable-2024-12-10 -> 0-unstable-2024-12-14 (#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 22, 2024
2 parents 4a111d3 + 59535c2 commit 0bae83c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/emulators/libretro/cores/nestopia.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
}:
mkLibretroCore {
core = "nestopia";
version = "0-unstable-2024-12-10";
version = "0-unstable-2024-12-14";

src = fetchFromGitHub {
owner = "libretro";
repo = "nestopia";
rev = "8b622a6e2a7403fff47830e0437f324ed9f24464";
hash = "sha256-I9YKOV+mPZrcA5bB1KfWk+NaWIxSpBpZT8ntNxSt/m0=";
rev = "e7b65504ffc7f14fc5c74954d02b18f44c3aaf43";
hash = "sha256-WI/EPWfTmcPM8SSVroqlya6U5cEgmesSJGbPOjxCSUg=";
};

makefile = "Makefile";
Expand Down

0 comments on commit 0bae83c

Please sign in to comment.