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 4aad1fb + ab979f4 commit cc199aeCopy full SHA for cc199ae
pkgs/applications/emulators/libretro/cores/mgba.nix
@@ -5,13 +5,13 @@
5
}:
6
mkLibretroCore {
7
core = "mgba";
8
- version = "0-unstable-2025-02-17";
+ version = "0-unstable-2025-05-18";
9
10
src = fetchFromGitHub {
11
owner = "libretro";
12
repo = "mgba";
13
- rev = "88b22735dbdbc4d6236ed872ef21ea1b4d2fc492";
14
- hash = "sha256-ouwtL8vfc1LFMjfIZQ4F/ZOBW4y3VU9zovkXug0fgZY=";
+ rev = "c9bbf28b091c4c104485092279c7a6b114b2e8ff";
+ hash = "sha256-yCRM2qkacGbFVr6x0ZHBCZ8xAMruFENBdcnNKzK0sY4=";
15
};
16
17
meta = {
0 commit comments