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.
1 parent b3582c7 commit 8019b06Copy full SHA for 8019b06
1 file changed
pkgs/applications/emulators/libretro/cores/stella.nix
@@ -5,13 +5,13 @@
5
}:
6
mkLibretroCore {
7
core = "stella";
8
- version = "0-unstable-2025-04-19";
+ version = "0-unstable-2025-04-29";
9
10
src = fetchFromGitHub {
11
owner = "stella-emu";
12
repo = "stella";
13
- rev = "7b5c19ff5e28dfeb814e912d028cb34b53c01f10";
14
- hash = "sha256-RdRdmvUZB1jGgeuNBGhqztZadag0/8USTjtTAKjaxSo=";
+ rev = "e13b683c5236adf8560613a883a0af8841ee49cb";
+ hash = "sha256-0kAxCVcVMz6pxScVZhEvPWIHj29cO9xoI1bhgyXUMvU=";
15
};
16
17
makefile = "Makefile";
0 commit comments