Skip to content

Commit ab979f4

Browse files
committed
libretro.mgba: 0-unstable-2025-02-17 -> 0-unstable-2025-05-18
1 parent de19a68 commit ab979f4

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/emulators/libretro/cores

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
mkLibretroCore {
77
core = "mgba";
8-
version = "0-unstable-2025-02-17";
8+
version = "0-unstable-2025-05-18";
99

1010
src = fetchFromGitHub {
1111
owner = "libretro";
1212
repo = "mgba";
13-
rev = "88b22735dbdbc4d6236ed872ef21ea1b4d2fc492";
14-
hash = "sha256-ouwtL8vfc1LFMjfIZQ4F/ZOBW4y3VU9zovkXug0fgZY=";
13+
rev = "c9bbf28b091c4c104485092279c7a6b114b2e8ff";
14+
hash = "sha256-yCRM2qkacGbFVr6x0ZHBCZ8xAMruFENBdcnNKzK0sY4=";
1515
};
1616

1717
meta = {

0 commit comments

Comments
 (0)