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 d3f8c4d commit 9b29951Copy full SHA for 9b29951
pkgs/applications/emulators/libretro/cores/gambatte.nix
@@ -5,13 +5,13 @@
5
}:
6
mkLibretroCore {
7
core = "gambatte";
8
- version = "0-unstable-2025-01-24";
+ version = "0-unstable-2025-02-14";
9
10
src = fetchFromGitHub {
11
owner = "libretro";
12
repo = "gambatte-libretro";
13
- rev = "cd1e180b1edf6e6853cf4d501adac0538076de34";
14
- hash = "sha256-NwxditChigU8dUhmv6pnoreG1kp7cZlLBTAexNqbiAo=";
+ rev = "659f38b8e01211da4383e40dfcd102c846a19dc5";
+ hash = "sha256-EKtXKYTYW4c0CngKrZ2QgUkObUynChZAo8cOcLVHdWE=";
15
};
16
17
meta = {
0 commit comments