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 607c42e + 0fb75e1 commit 74fd8e3Copy full SHA for 74fd8e3
pkgs/applications/emulators/libretro/cores/fbneo.nix
@@ -5,13 +5,13 @@
5
}:
6
mkLibretroCore {
7
core = "fbneo";
8
- version = "0-unstable-2025-05-09";
+ version = "0-unstable-2025-05-19";
9
10
src = fetchFromGitHub {
11
owner = "libretro";
12
repo = "fbneo";
13
- rev = "922fb2c9d7541b3554f7e5364a6072da241a9837";
14
- hash = "sha256-LVQlWznu0wGlyFDexNaMqYjqHHNDeLLa6oeGvqGAjPQ=";
+ rev = "d2cf158e9ba82fc7dfec592452e6113121665c19";
+ hash = "sha256-dO1R0iIXEo2lrMSOJXlZBw2yXBfyB/1yFfRPYEEAojo=";
15
};
16
17
makefile = "Makefile";
0 commit comments