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 129bbbf + ed6d2d2 commit f74a14fCopy full SHA for f74a14f
pkgs/applications/emulators/libretro/cores/fbneo.nix
@@ -5,13 +5,13 @@
5
}:
6
mkLibretroCore {
7
core = "fbneo";
8
- version = "0-unstable-2025-05-19";
+ version = "0-unstable-2025-05-28";
9
10
src = fetchFromGitHub {
11
owner = "libretro";
12
repo = "fbneo";
13
- rev = "d2cf158e9ba82fc7dfec592452e6113121665c19";
14
- hash = "sha256-dO1R0iIXEo2lrMSOJXlZBw2yXBfyB/1yFfRPYEEAojo=";
+ rev = "60d812a5a25b7f6cc7df2842264b67847e51122b";
+ hash = "sha256-4HJZXsgUp0do7T0bwPPuuyoN7XIII3DSzk6LsLqZQeQ=";
15
};
16
17
makefile = "Makefile";
0 commit comments