We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c6fcb1 + 11c34f6 commit d74689aCopy full SHA for d74689a
pkgs/applications/emulators/libretro/cores/nestopia.nix
@@ -5,13 +5,13 @@
5
}:
6
mkLibretroCore {
7
core = "nestopia";
8
- version = "0-unstable-2024-10-17";
+ version = "0-unstable-2024-12-10";
9
10
src = fetchFromGitHub {
11
owner = "libretro";
12
repo = "nestopia";
13
- rev = "b932740e8abbe2cda80d06b083fdd8115af1c5d5";
14
- hash = "sha256-lIWk3V93vTKZM/jvfLkA06c7DDSEQtLmqRzJUi0TK/4=";
+ rev = "8b622a6e2a7403fff47830e0437f324ed9f24464";
+ hash = "sha256-I9YKOV+mPZrcA5bB1KfWk+NaWIxSpBpZT8ntNxSt/m0=";
15
};
16
17
makefile = "Makefile";
0 commit comments