The currently packaged version of `Commander-Genius` stopped
building with GCC 13, because GCC stopped transitively pulling
in a couple of standard headers in various scenarios. Among these
is `cstdint`, which declares a couple of standard integer types
like `uint32_t`.
At the same time, the currently packaged version is rather old
already, and these build issues have been resolved upstream in
newer versions.
This change updates `Commander-Genius` to the most recent upstream
release, fixing said build issues in the process as a side effect.