Skip to content

Commit b95e488

Browse files
authored
libretro.mrboom: 0-unstable-2024-10-21 -> 0-unstable-2026-03-31 (#505984)
2 parents 85f7a85 + 58d98e7 commit b95e488

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • pkgs/applications/emulators/libretro/cores

pkgs/applications/emulators/libretro/cores/mrboom.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
mkLibretroCore rec {
77
core = "mrboom";
8-
version = "0-unstable-2024-10-21";
8+
version = "0-unstable-2026-03-31";
99

1010
src = fetchFromGitHub {
1111
owner = "Javanaise";
1212
repo = "mrboom-libretro";
13-
rev = "d011acfbdb2d93ed38bd684ccfa0db79bda1c932";
14-
hash = "sha256-DjTSrp38MwdEtUZPTgZYEZHWgv48IN1oHkKsVqmOwII=";
13+
rev = "96f89550a3518dffe2e7561c971119a39d90de97";
14+
hash = "sha256-EcRXh39mldlI6fcrV1gaL/r1SGvrFe7jo35iQ47nTmo=";
1515
fetchSubmodules = true;
1616
};
1717

0 commit comments

Comments
 (0)