We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d937204 + 1852a58 commit 374cf05Copy full SHA for 374cf05
1 file changed
pkgs/applications/emulators/libretro/cores/flycast.nix
@@ -8,13 +8,13 @@
8
}:
9
mkLibretroCore {
10
core = "flycast";
11
- version = "0-unstable-2026-01-28";
+ version = "0-unstable-2026-02-06";
12
13
src = fetchFromGitHub {
14
owner = "flyinghead";
15
repo = "flycast";
16
- rev = "21eb24f86d785b1c631161f03057b22c160182c0";
17
- hash = "sha256-gGjSbkhy6ykEin8Bci6xHNII2MdEzLcUPr/dU6IwlIw=";
+ rev = "c577e29f43edc5a86c6ed4edca46706000d214b2";
+ hash = "sha256-nHMtXwtrgxoN/tuY1d+DqZAJFag8vmHAP/9tS2j3ErU=";
18
fetchSubmodules = true;
19
};
20
0 commit comments