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 d59e35a + a862268 commit 28f39cbCopy full SHA for 28f39cb
pkgs/applications/emulators/libretro/cores/stella.nix
@@ -5,13 +5,13 @@
5
}:
6
mkLibretroCore {
7
core = "stella";
8
- version = "0-unstable-2025-05-21";
+ version = "0-unstable-2025-06-12";
9
10
src = fetchFromGitHub {
11
owner = "stella-emu";
12
repo = "stella";
13
- rev = "3d3f223a17fe065c7dee1ff440f0309eb8583009";
14
- hash = "sha256-RR6/zRqFUctWc+Rrbm+4Twk6GZwpPgYHgFP65sL6UN8=";
+ rev = "ee0b96cd87710ad19aa47156d39df5a92c156a34";
+ hash = "sha256-BnDF/UC3GiBC/06zBCDYrWA5cJPv7vtJ0grYgn5CcKo=";
15
};
16
17
makefile = "Makefile";
0 commit comments