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 1e71cad + 8aab894 commit 8ee0544Copy full SHA for 8ee0544
pkgs/applications/emulators/libretro/cores/stella.nix
@@ -5,13 +5,13 @@
5
}:
6
mkLibretroCore {
7
core = "stella";
8
- version = "0-unstable-2025-08-18";
+ version = "0-unstable-2025-08-28";
9
10
src = fetchFromGitHub {
11
owner = "stella-emu";
12
repo = "stella";
13
- rev = "ad52b906d91e20adc5e2c287ae567de2317adcb5";
14
- hash = "sha256-9qgK3N3h+1iZSsqVwfDvZPHc4VJ3GY7ekAqnLozNayw=";
+ rev = "749a21f653cf85fcedf4fe514ac8df1ad308be8e";
+ hash = "sha256-N5E+Ci6cTvG9/Yqg5NdPZB00ThNKc6SS7qCWlmCYd6I=";
15
};
16
17
makefile = "Makefile";
0 commit comments